CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 位图 按钮

搜索资源列表

  1. Code

    0下载:
  2. 图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:100345
    • 提供者:hu
  1. buttonwnd

    0下载:
  2. 可以显示三态的按钮类,可调用其中的函数给其加载位图,三态位图是一个位图,鼠标放上去,鼠标up和鼠标down会加载不同的位图,有动态效果
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:3019
    • 提供者:alian
  1. Windows XP风格之Windows XP风格SDI例程

    0下载:
  2. 程序将非客户区中的标题栏、框架栏都贴上具有Windows XP风格的位图,然后在标题栏右端绘上帮助、最小化、最大化、和关闭按钮-procedures for non-customers of the district title bar, column framework are affixed with Windows XP-style bitmap, and then the title bar decorated with subguadratic help minimize, maxim
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:511521
    • 提供者:周孝良
  1. VictorIdeVcl_104

    0下载:
  2. ImButton: 动态效果的按钮控件 ValidateEdit: 可限制输入内容的输入框 UrlLabel: 可实现超级链接的标签控件 YbUpDownEdit: 有上下箭头可以调整数值大小的输入框 YbBackImage: 背景位图,可以加入一个小位图平铺显示,也可以拉伸放缩等-ImButton : Dynamic effects of button controls ValidateEdit : to limit the importation of content input box U
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:601571
    • 提供者:pp
  1. 真彩工具条类

    1下载:
  2. CTrueColorToolBar m_wndToolBar; m_wndToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_LEFT | CBRS_SIZE_DYNAMIC);//创建并设置工具栏样式 m_wndToolBar.LoadToolBar(IDR_TOOLBAR1);//加载一下普通工具栏 m_wndToolBar.LoadTrueColorToolBar(59, IDB_BITMAP3);
  3. 所属分类:工具条

  1. 装载位图 按下浏览按钮

    0下载:
  2. 所属分类:源码下载

  1. BmpBtnTest.rar

    0下载:
  2. 自己写的位图三态按钮还添加了按钮声音,对自己制作图形界面有很大帮助,Write your own bitmap three-state buttons to add the button sounds right to produce their own graphical interface helps a lot
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:934319
    • 提供者:王小洪
  1. bmp_toolbar

    0下载:
  2. vc6下制作真彩工具栏的例子。本例使用的位图大小比例是16*16的32位真彩,导入vc6后不可见。实现代码很简单,在cmainframe的oncreate函数中 并在视图类中加入工具栏按钮的消息映射即可。-vc6 produced an example of true color toolbar. This example uses a bitmap size of the ratio is 16* 16 32-bit true color, not visible after import v
  3. 所属分类:ToolBar

    • 发布日期:2017-03-29
    • 文件大小:22722
    • 提供者:立方
  1. Win32Tetris_C

    1下载:
  2. 原创Windows入门程序,直接使用Windows API编写。几乎包含了Widows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练下手应该会收获不少。带详细注释的源代码,开发环境是VC6,希望对你有所帮助。-Original Windows entry procedures, the preparation of the direct use of Windows API. Widows en
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-18
    • 文件大小:4805632
    • 提供者:Maryland
  1. CBtnEx

    0下载:
  2. CBtnEx继承自CButton,是在VC++6.0环境下编写的按钮扩展类。按钮的外形可以为自定义的多边形、椭圆, 或由位图中抠出的图形决定。按钮的侧面棱边可为平面或为圆弧状的平滑过渡。可以为按钮设置三种状态下(未激活、鼠标在按钮上、鼠标按下)按钮表面、按钮棱边以及按钮上文字的颜色。同时可为按钮设置焦点框、贴图、ToolTip等细节内容。-CBtnEx inherited from CButton, is in VC++6.0 environment prepared by button ext
  3. 所属分类:Button control

    • 发布日期:2017-03-31
    • 文件大小:21085
    • 提供者:zhanghonghao
  1. CBitmapButton

    0下载:
  2. 利用CBitmapButton按钮实现对按钮的贴图美化,本程序可以动态的加载不同的位图-Use CBitmapButton button to realize the map button, the program can beautification dynamically loading different bitmap
  3. 所属分类:Button control

    • 发布日期:2017-04-06
    • 文件大小:72798
    • 提供者:风讯
  1. Graphic

    0下载:
  2. 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-Graphics rendering, how to use a custom brush (color, line width, linear). Procedures for how to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:120970
    • 提供者:lma7408
  1. Graphic

    0下载:
  2. 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-Graphics rendering, how to use custom brushes (color, line width, linear). Procedures for how to
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:125687
    • 提供者:yuehua8
  1. MyTest7.2

    0下载:
  2. 用vs2005写的一个任意位图不规则形状按钮。-Use VS2005 to write an arbitrary irregular shape bitmap button.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-25
    • 文件大小:3647949
    • 提供者:qinyafei
  1. Syntax-Coloring-Control-VC

    0下载:
  2. 这个控件封装了能够在鼠标点击时链接到网页的超链接HyperLink控件,并把它们都集成到一个普通的按钮上。另外这个按钮支持32位图的图标。4这个文章实现一个简单的从CWnd继承下来的编辑控件,它具有语法着色功能-This package has been able to control your mouse, click on link to the page when the hyperlink HyperLink control, and they are integrated into a
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:279010
    • 提供者:
  1. testbtn

    0下载:
  2. 可以从bitmap文件加载图像的按钮。需修改void CtestbtnDlg::OnBnClickedButton2() { m_testbtn.SetButtonImg(L"\\Storage Card\\b1.bmp",L"\\Storage Card\\b2.bmp",L"\\Storage Card\\b3.bmp") } 中的位图路径才能运行。-From the bitmap file to load images button. Need to amend the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:29396
    • 提供者:xingxin
  1. map

    0下载:
  2. 图像:动画字体;不规则形状按钮;屏幕放大镜;图像的缩放;对话框中预览位图-Image: Animation fonts irregularly shaped buttons screen magnifier images zoom dialog preview bitmap
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:347921
    • 提供者:jieming
  1. IrrBmpDlg

    0下载:
  2. 透明BUTTON。各种按钮的透明处理,传统BUTTON,位图BUTTON等-Transparent BUTTON. Transparency in dealing with all kinds of buttons, the traditional BUTTON, such as bitmap BUTTON
  3. 所属分类:Button control

    • 发布日期:2017-03-31
    • 文件大小:107038
    • 提供者:凌阳
  1. 04

    0下载:
  2. 精彩的Delphi控件,其中有:透明位图,全热点按钮,多种形状的按钮-Delphi excellent control, among them: a transparent bitmap, all hot button, multi-shaped button
  3. 所属分类:ComboBox

    • 发布日期:2017-04-07
    • 文件大小:483722
    • 提供者:lijianhua
  1. BmpToButton

    0下载:
  2. 在对话框界面上,对按钮设置位图。可以自绘位图,进行设置到按钮上-Set bitmap on button
  3. 所属分类:Button control

    • 发布日期:2017-04-25
    • 文件大小:22875
    • 提供者:anan
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com